home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Zone 1994 October
/
PC Zone October 1994 Cover CD-Rom.bin
/
zool2
/
z2.bat
< prev
next >
Wrap
DOS Batch File
|
1994-01-16
|
260b
|
25 lines
@echo off
:TOP
\go-menu zool2.mnu
if errorlevel 4 goto END
if errorlevel 3 goto HELP
if errorlevel 2 goto INFO
if errorlevel 1 goto DEMO
goto TOP
:DEMO
zool2
goto TOP
:INFO
\see info.txt
goto TOP
:HELP
\see help.txt
goto TOP
:END